encoding/json.encodeState.reflectValue (method)

3 uses

	encoding/json (current package)
		encode.go#L295: 	e.reflectValue(reflect.ValueOf(v), opts)
		encode.go#L322: func (e *encodeState) reflectValue(v reflect.Value, opts encOpts) {
		encode.go#L660: 	e.reflectValue(v.Elem(), opts)